home *** CD-ROM | disk | FTP | other *** search
/ Mission 3 / Mission 3.zip / Mission 3.iso / texte / jane152 / scl / optlist.scl < prev    next >
Text File  |  1998-10-29  |  639b  |  12 lines

  1. listoptions()
  2. {    lprint("Widerrufen:                 %2s", getoption("undo"));
  3.     lprint("Datei-Backup:               %2s", getoption("autobackup"));
  4.     lprint("GEM-Clipboard:              %2s", getoption("gemclipboard"));
  5.     lprint("Spaltenstabil:              %2s", getoption("stable"));
  6.     lprint("Nummern ab 0:               %2s", getoption("countfrom0"));
  7.     lprint("Sicherung bei Programmende: %2s", getoption("exitsave"));
  8.     lprint("Returncode:                 %2s", getoption("retcode"));
  9.     lprint("Cursorblinken:              %2s", getoption("cursorblink"));
  10.     lprint("Suchmeldungen:              %2s", getoption("searchalerts"));
  11. }
  12.